home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / installer / BuildProtos next >
Encoding:
Text File  |  1993-04-18  |  19.0 KB  |  395 lines

  1. cd Dcc.master:Include/proto
  2. echo  >alib.h "/** $VER: proto/alib.h 1.0 (17.4.93) **/"
  3. echo >>alib.h "#ifndef ALIB_PROTO_H"
  4. echo >>alib.h "#define ALIB_PROTO_H 1"
  5. echo >>alib.h "#include <pragmas/config.h>"
  6. echo >>alib.h "#include <exec/types.h>"
  7. echo >>alib.h "#include <clib/alib_protos.h>"
  8. echo >>alib.h "#endif"
  9. echo  >alib_stdio.h "/** $VER: proto/alib_stdio.h 1.0 (17.4.93) **/"
  10. echo >>alib_stdio.h "#ifndef ALIB_STDIO_PROTO_H"
  11. echo >>alib_stdio.h "#define ALIB_STDIO_PROTO_H 1"
  12. echo >>alib_stdio.h "#include <pragmas/config.h>"
  13. echo >>alib_stdio.h "#include <exec/types.h>"
  14. echo >>alib_stdio.h "#include <clib/alib_stdio_protos.h>"
  15. echo >>alib_stdio.h "#endif"
  16. echo  >amigaguide.h "/** $VER: proto/amigaguide.h 1.0 (17.4.93) **/"
  17. echo >>amigaguide.h "#ifndef AMIGAGUIDE_PROTO_H"
  18. echo >>amigaguide.h "#define AMIGAGUIDE_PROTO_H 1"
  19. echo >>amigaguide.h "#include <pragmas/config.h>"
  20. echo >>amigaguide.h "#include <exec/types.h>"
  21. echo >>amigaguide.h "#include <clib/amigaguide_protos.h>"
  22. echo >>amigaguide.h "#ifdef __SUPPORTS_PRAGMAS__"
  23. echo >>amigaguide.h "extern struct Library **AmigaGuideBase;"
  24. echo >>amigaguide.h "#include <pragmas/amigaguide_pragmas.h>"
  25. echo >>amigaguide.h "#endif*n#endif"
  26. echo  >asl.h "/** $VER: proto/asl.h 1.0 (17.4.93) **/"
  27. echo >>asl.h "#ifndef ASL_PROTO_H"
  28. echo >>asl.h "#define ASL_PROTO_H 1"
  29. echo >>asl.h "#include <pragmas/config.h>"
  30. echo >>asl.h "#include <exec/types.h>"
  31. echo >>asl.h "#include <clib/asl_protos.h>"
  32. echo >>asl.h "#ifdef __SUPPORTS_PRAGMAS__"
  33. echo >>asl.h "extern struct Library **AslBase;"
  34. echo >>asl.h "#include <pragmas/asl_pragmas.h>"
  35. echo >>asl.h "#endif*n#endif"
  36. echo  >battclock.h "/** $VER: proto/battclock.h 1.0 (17.4.93) **/"
  37. echo >>battclock.h "#ifndef BATTCLOCK_PROTO_H"
  38. echo >>battclock.h "#define BATTCLOCK_PROTO_H 1"
  39. echo >>battclock.h "#include <pragmas/config.h>"
  40. echo >>battclock.h "#include <exec/types.h>"
  41. echo >>battclock.h "#include <clib/battclock_protos.h>"
  42. echo >>battclock.h "#ifdef __SUPPORTS_PRAGMAS__"
  43. echo >>battclock.h "extern struct Library **BattClockBase;"
  44. echo >>battclock.h "#include <pragmas/battclock_pragmas.h>"
  45. echo >>battclock.h "#endif*n#endif"
  46. echo  >battmem.h "/** $VER: proto/battmem.h 1.0 (17.4.93) **/"
  47. echo >>battmem.h "#ifndef BATTMEM_PROTO_H"
  48. echo >>battmem.h "#define BATTMEM_PROTO_H 1"
  49. echo >>battmem.h "#include <pragmas/config.h>"
  50. echo >>battmem.h "#include <exec/types.h>"
  51. echo >>battmem.h "#include <clib/battmem_protos.h>"
  52. echo >>battmem.h "#ifdef __SUPPORTS_PRAGMAS__"
  53. echo >>battmem.h "extern struct Library **BattMemBase;"
  54. echo >>battmem.h "#include <pragmas/battmem_pragmas.h>"
  55. echo >>battmem.h "#endif*n#endif"
  56. echo  >bullet.h "/** $VER: proto/bullet.h 1.0 (17.4.93) **/"
  57. echo >>bullet.h "#ifndef BULLET_PROTO_H"
  58. echo >>bullet.h "#define BULLET_PROTO_H 1"
  59. echo >>bullet.h "#include <pragmas/config.h>"
  60. echo >>bullet.h "#include <exec/types.h>"
  61. echo >>bullet.h "#include <clib/bullet_protos.h>"
  62. echo >>bullet.h "#ifdef __SUPPORTS_PRAGMAS__"
  63. echo >>bullet.h "extern struct Library **BulletBase;"
  64. echo >>bullet.h "#include <pragmas/bullet_pragmas.h>"
  65. echo >>bullet.h "#endif*n#endif"
  66. echo  >cia.h "/** $VER: proto/cia.h 1.0 (17.4.93) **/"
  67. echo >>cia.h "#ifndef CIA_PROTO_H"
  68. echo >>cia.h "#define CIA_PROTO_H 1"
  69. echo >>cia.h "#include <pragmas/config.h>"
  70. echo >>cia.h "#include <exec/types.h>"
  71. echo >>cia.h "#include <clib/cia_protos.h>"
  72. echo >>cia.h "#ifdef __SUPPORTS_PRAGMAS__"
  73. echo >>cia.h "extern struct Library **CiaBase;"
  74. echo >>cia.h "#include <pragmas/cia_pragmas.h>"
  75. echo >>cia.h "#endif*n#endif"
  76. echo  >commodities.h "/** $VER: proto/commodities.h 1.0 (17.4.93) **/"
  77. echo >>commodities.h "#ifndef COMMODITIES_PROTO_H"
  78. echo >>commodities.h "#define COMMODITIES_PROTO_H 1"
  79. echo >>commodities.h "#include <pragmas/config.h>"
  80. echo >>commodities.h "#include <exec/types.h>"
  81. echo >>commodities.h "#include <clib/commodities_protos.h>"
  82. echo >>commodities.h "#ifdef __SUPPORTS_PRAGMAS__"
  83. echo >>commodities.h "extern struct Library **CxBase;"
  84. echo >>commodities.h "#include <pragmas/commodities_pragmas.h>"
  85. echo >>commodities.h "#endif*n#endif"
  86. echo  >console.h "/** $VER: proto/console.h 1.0 (17.4.93) **/"
  87. echo >>console.h "#ifndef CONSOLE_PROTO_H"
  88. echo >>console.h "#define CONSOLE_PROTO_H 1"
  89. echo >>console.h "#include <pragmas/config.h>"
  90. echo >>console.h "#include <exec/types.h>"
  91. echo >>console.h "#include <clib/console_protos.h>"
  92. echo >>console.h "#ifdef __SUPPORTS_PRAGMAS__"
  93. echo >>console.h "extern struct Library **ConsoleDevice;"
  94. echo >>console.h "#include <pragmas/console_pragmas.h>"
  95. echo >>console.h "#endif*n#endif"
  96. echo  >datatypes.h "/** $VER: proto/datatypes.h 1.0 (17.4.93) **/"
  97. echo >>datatypes.h "#ifndef DATATYPES_PROTO_H"
  98. echo >>datatypes.h "#define DATATYPES_PROTO_H 1"
  99. echo >>datatypes.h "#include <pragmas/config.h>"
  100. echo >>datatypes.h "#include <exec/types.h>"
  101. echo >>datatypes.h "#include <clib/datatypes_protos.h>"
  102. echo >>datatypes.h "#ifdef __SUPPORTS_PRAGMAS__"
  103. echo >>datatypes.h "extern struct Library **DataTypesBase;"
  104. echo >>datatypes.h "#include <pragmas/datatypes_pragmas.h>"
  105. echo >>datatypes.h "#endif*n#endif"
  106. echo  >disk.h "/** $VER: proto/disk.h 1.0 (17.4.93) **/"
  107. echo >>disk.h "#ifndef DISK_PROTO_H"
  108. echo >>disk.h "#define DISK_PROTO_H 1"
  109. echo >>disk.h "#include <pragmas/config.h>"
  110. echo >>disk.h "#include <exec/types.h>"
  111. echo >>disk.h "#include <clib/disk_protos.h>"
  112. echo >>disk.h "#ifdef __SUPPORTS_PRAGMAS__"
  113. echo >>disk.h "extern struct Library **DiskBase;"
  114. echo >>disk.h "#include <pragmas/disk_pragmas.h>"
  115. echo >>disk.h "#endif*n#endif"
  116. echo  >diskfont.h "/** $VER: proto/diskfont.h 1.0 (17.4.93) **/"
  117. echo >>diskfont.h "#ifndef DISKFONT_PROTO_H"
  118. echo >>diskfont.h "#define DISKFONT_PROTO_H 1"
  119. echo >>diskfont.h "#include <pragmas/config.h>"
  120. echo >>diskfont.h "#include <exec/types.h>"
  121. echo >>diskfont.h "#include <clib/diskfont_protos.h>"
  122. echo >>diskfont.h "#ifdef __SUPPORTS_PRAGMAS__"
  123. echo >>diskfont.h "extern struct Library **DiskfontBase;"
  124. echo >>diskfont.h "#include <pragmas/diskfont_pragmas.h>"
  125. echo >>diskfont.h "#endif*n#endif"
  126. echo  >dos.h "/** $VER: proto/dos.h 1.0 (17.4.93) **/"
  127. echo >>dos.h "#ifndef DOS_PROTO_H"
  128. echo >>dos.h "#define DOS_PROTO_H 1"
  129. echo >>dos.h "#include <pragmas/config.h>"
  130. echo >>dos.h "#include <exec/types.h>"
  131. echo >>dos.h "#include <clib/dos_protos.h>"
  132. echo >>dos.h "#ifdef __SUPPORTS_PRAGMAS__"
  133. echo >>dos.h "extern struct DosLibrary **DOSBase;"
  134. echo >>dos.h "#include <pragmas/dos_pragmas.h>"
  135. echo >>dos.h "#endif*n#endif"
  136. echo  >dtclass.h "/** $VER: proto/dtclass.h 1.0 (17.4.93) **/"
  137. echo >>dtclass.h "#ifndef DTCLASS_PROTO_H"
  138. echo >>dtclass.h "#define DTCLASS_PROTO_H 1"
  139. echo >>dtclass.h "#include <pragmas/config.h>"
  140. echo >>dtclass.h "#include <exec/types.h>"
  141. echo >>dtclass.h "#include <clib/dtclass_protos.h>"
  142. echo >>dtclass.h "#ifdef __SUPPORTS_PRAGMAS__"
  143. echo >>dtclass.h "extern struct Library **DTClassBase;"
  144. echo >>dtclass.h "#include <pragmas/dtclass_pragmas.h>"
  145. echo >>dtclass.h "#endif*n#endif"
  146. echo  >exec.h "/** $VER: proto/exec.h 1.0 (17.4.93) **/"
  147. echo >>exec.h "#ifndef EXEC_PROTO_H"
  148. echo >>exec.h "#define EXEC_PROTO_H 1"
  149. echo >>exec.h "#include <pragmas/config.h>"
  150. echo >>exec.h "#include <exec/types.h>"
  151. echo >>exec.h "#include <clib/exec_protos.h>"
  152. echo >>exec.h "#ifdef __SUPPORTS_PRAGMAS__"
  153. echo >>exec.h "extern struct ExecBase **SysBase;"
  154. echo >>exec.h "#include <pragmas/exec_pragmas.h>"
  155. echo >>exec.h "#endif*n#endif"
  156. echo  >expansion.h "/** $VER: proto/expansion.h 1.0 (17.4.93) **/"
  157. echo >>expansion.h "#ifndef EXPANSION_PROTO_H"
  158. echo >>expansion.h "#define EXPANSION_PROTO_H 1"
  159. echo >>expansion.h "#include <pragmas/config.h>"
  160. echo >>expansion.h "#include <exec/types.h>"
  161. echo >>expansion.h "#include <clib/expansion_protos.h>"
  162. echo >>expansion.h "#ifdef __SUPPORTS_PRAGMAS__"
  163. echo >>expansion.h "extern struct Library **ExpansionBase;"
  164. echo >>expansion.h "#include <pragmas/expansion_pragmas.h>"
  165. echo >>expansion.h "#endif*n#endif"
  166. echo  >gadtools.h "/** $VER: proto/gadtools.h 1.0 (17.4.93) **/"
  167. echo >>gadtools.h "#ifndef GADTOOLS_PROTO_H"
  168. echo >>gadtools.h "#define GADTOOLS_PROTO_H 1"
  169. echo >>gadtools.h "#include <pragmas/config.h>"
  170. echo >>gadtools.h "#include <exec/types.h>"
  171. echo >>gadtools.h "#include <clib/gadtools_protos.h>"
  172. echo >>gadtools.h "#ifdef __SUPPORTS_PRAGMAS__"
  173. echo >>gadtools.h "extern struct Library **GadToolsBase;"
  174. echo >>gadtools.h "#include <pragmas/gadtools_pragmas.h>"
  175. echo >>gadtools.h "#endif*n#endif"
  176. echo  >graphics.h "/** $VER: proto/graphics.h 1.0 (17.4.93) **/"
  177. echo >>graphics.h "#ifndef GRAPHICS_PROTO_H"
  178. echo >>graphics.h "#define GRAPHICS_PROTO_H 1"
  179. echo >>graphics.h "#include <pragmas/config.h>"
  180. echo >>graphics.h "#include <exec/types.h>"
  181. echo >>graphics.h "#include <clib/graphics_protos.h>"
  182. echo >>graphics.h "#ifdef __SUPPORTS_PRAGMAS__"
  183. echo >>graphics.h "extern struct GfxBase **GfxBase;"
  184. echo >>graphics.h "#include <pragmas/graphics_pragmas.h>"
  185. echo >>graphics.h "#endif*n#endif"
  186. echo  >icon.h "/** $VER: proto/icon.h 1.0 (17.4.93) **/"
  187. echo >>icon.h "#ifndef ICON_PROTO_H"
  188. echo >>icon.h "#define ICON_PROTO_H 1"
  189. echo >>icon.h "#include <pragmas/config.h>"
  190. echo >>icon.h "#include <exec/types.h>"
  191. echo >>icon.h "#include <clib/icon_protos.h>"
  192. echo >>icon.h "#ifdef __SUPPORTS_PRAGMAS__"
  193. echo >>icon.h "extern struct Library **IconBase;"
  194. echo >>icon.h "#include <pragmas/icon_pragmas.h>"
  195. echo >>icon.h "#endif*n#endif"
  196. echo  >iffparse.h "/** $VER: proto/iffparse.h 1.0 (17.4.93) **/"
  197. echo >>iffparse.h "#ifndef IFFPARSE_PROTO_H"
  198. echo >>iffparse.h "#define IFFPARSE_PROTO_H 1"
  199. echo >>iffparse.h "#include <pragmas/config.h>"
  200. echo >>iffparse.h "#include <exec/types.h>"
  201. echo >>iffparse.h "#include <clib/iffparse_protos.h>"
  202. echo >>iffparse.h "#ifdef __SUPPORTS_PRAGMAS__"
  203. echo >>iffparse.h "extern struct Library **IFFParseBase;"
  204. echo >>iffparse.h "#include <pragmas/iffparse_pragmas.h>"
  205. echo >>iffparse.h "#endif*n#endif"
  206. echo  >input.h "/** $VER: proto/input.h 1.0 (17.4.93) **/"
  207. echo >>input.h "#ifndef INPUT_PROTO_H"
  208. echo >>input.h "#define INPUT_PROTO_H 1"
  209. echo >>input.h "#include <pragmas/config.h>"
  210. echo >>input.h "#include <exec/types.h>"
  211. echo >>input.h "#include <clib/input_protos.h>"
  212. echo >>input.h "#ifdef __SUPPORTS_PRAGMAS__"
  213. echo >>input.h "extern struct Library **InputBase;"
  214. echo >>input.h "#include <pragmas/input_pragmas.h>"
  215. echo >>input.h "#endif*n#endif"
  216. echo  >intuition.h "/** $VER: proto/intuition.h 1.0 (17.4.93) **/"
  217. echo >>intuition.h "#ifndef INTUITION_PROTO_H"
  218. echo >>intuition.h "#define INTUITION_PROTO_H 1"
  219. echo >>intuition.h "#include <pragmas/config.h>"
  220. echo >>intuition.h "#include <exec/types.h>"
  221. echo >>intuition.h "#include <clib/intuition_protos.h>"
  222. echo >>intuition.h "#ifdef __SUPPORTS_PRAGMAS__"
  223. echo >>intuition.h "extern struct IntuitionBase **IntuitionBase;"
  224. echo >>intuition.h "#include <pragmas/intuition_pragmas.h>"
  225. echo >>intuition.h "#endif*n#endif"
  226. echo  >keymap.h "/** $VER: proto/keymap.h 1.0 (17.4.93) **/"
  227. echo >>keymap.h "#ifndef KEYMAP_PROTO_H"
  228. echo >>keymap.h "#define KEYMAP_PROTO_H 1"
  229. echo >>keymap.h "#include <pragmas/config.h>"
  230. echo >>keymap.h "#include <exec/types.h>"
  231. echo >>keymap.h "#include <clib/keymap_protos.h>"
  232. echo >>keymap.h "#ifdef __SUPPORTS_PRAGMAS__"
  233. echo >>keymap.h "extern struct Library **KeymapBase;"
  234. echo >>keymap.h "#include <pragmas/keymap_pragmas.h>"
  235. echo >>keymap.h "#endif*n#endif"
  236. echo  >layers.h "/** $VER: proto/layers.h 1.0 (17.4.93) **/"
  237. echo >>layers.h "#ifndef LAYERS_PROTO_H"
  238. echo >>layers.h "#define LAYERS_PROTO_H 1"
  239. echo >>layers.h "#include <pragmas/config.h>"
  240. echo >>layers.h "#include <exec/types.h>"
  241. echo >>layers.h "#include <clib/layers_protos.h>"
  242. echo >>layers.h "#ifdef __SUPPORTS_PRAGMAS__"
  243. echo >>layers.h "extern struct LayersBase **LayersBase;"
  244. echo >>layers.h "#include <pragmas/layers_pragmas.h>"
  245. echo >>layers.h "#endif*n#endif"
  246. echo  >locale.h "/** $VER: proto/locale.h 1.0 (17.4.93) **/"
  247. echo >>locale.h "#ifndef LOCALE_PROTO_H"
  248. echo >>locale.h "#define LOCALE_PROTO_H 1"
  249. echo >>locale.h "#include <pragmas/config.h>"
  250. echo >>locale.h "#include <exec/types.h>"
  251. echo >>locale.h "#include <clib/locale_protos.h>"
  252. echo >>locale.h "#ifdef __SUPPORTS_PRAGMAS__"
  253. echo >>locale.h "#include <pragmas/locale_pragmas.h>"
  254. echo >>locale.h "#endif*n#endif"
  255. echo  >mathffp.h "/** $VER: proto/mathffp.h 1.0 (17.4.93) **/"
  256. echo >>mathffp.h "#ifndef MATHFFP_PROTO_H"
  257. echo >>mathffp.h "#define MATHFFP_PROTO_H 1"
  258. echo >>mathffp.h "#include <pragmas/config.h>"
  259. echo >>mathffp.h "#include <exec/types.h>"
  260. echo >>mathffp.h "#include <clib/mathffp_protos.h>"
  261. echo >>mathffp.h "#ifdef __SUPPORTS_PRAGMAS__"
  262. echo >>mathffp.h "extern struct Library **MathBase;"
  263. echo >>mathffp.h "#include <pragmas/mathffp_pragmas.h>"
  264. echo >>mathffp.h "#endif*n#endif"
  265. echo  >mathieeedoubbas.h "/** $VER: proto/mathieeedoubbas.h 1.0 (17.4.93) **/"
  266. echo >>mathieeedoubbas.h "#ifndef MATHIEEEDOUBBAS_PROTO_H"
  267. echo >>mathieeedoubbas.h "#define MATHIEEEDOUBBAS_PROTO_H 1"
  268. echo >>mathieeedoubbas.h "#include <pragmas/config.h>"
  269. echo >>mathieeedoubbas.h "#include <exec/types.h>"
  270. echo >>mathieeedoubbas.h "#include <clib/mathieeedoubbas_protos.h>"
  271. echo >>mathieeedoubbas.h "#ifdef __SUPPORTS_PRAGMAS__"
  272. echo >>mathieeedoubbas.h "extern struct Library **MathIeeeDoubBasBase;"
  273. echo >>mathieeedoubbas.h "#include <pragmas/mathieeedoubbas_pragmas.h>"
  274. echo >>mathieeedoubbas.h "#endif*n#endif"
  275. echo  >mathieeedoubtrans.h "/** $VER: proto/mathieeedoubtrans.h 1.0 (17.4.93) **/"
  276. echo >>mathieeedoubtrans.h "#ifndef MATHIEEEDOUBTRANS_PROTO_H"
  277. echo >>mathieeedoubtrans.h "#define MATHIEEEDOUBTRANS_PROTO_H 1"
  278. echo >>mathieeedoubtrans.h "#include <pragmas/config.h>"
  279. echo >>mathieeedoubtrans.h "#include <exec/types.h>"
  280. echo >>mathieeedoubtrans.h "#include <clib/mathieeedoubtrans_protos.h>"
  281. echo >>mathieeedoubtrans.h "#ifdef __SUPPORTS_PRAGMAS__"
  282. echo >>mathieeedoubtrans.h "extern struct Library **MathIeeeDoubTransBase;"
  283. echo >>mathieeedoubtrans.h "#include <pragmas/mathieeedoubtrans_pragmas.h>"
  284. echo >>mathieeedoubtrans.h "#endif*n#endif"
  285. echo  >mathieeesingbas.h "/** $VER: proto/mathieeesingbas.h 1.0 (17.4.93) **/"
  286. echo >>mathieeesingbas.h "#ifndef MATHIEEESINGBAS_PROTO_H"
  287. echo >>mathieeesingbas.h "#define MATHIEEESINGBAS_PROTO_H 1"
  288. echo >>mathieeesingbas.h "#include <pragmas/config.h>"
  289. echo >>mathieeesingbas.h "#include <exec/types.h>"
  290. echo >>mathieeesingbas.h "#include <clib/mathieeesingbas_protos.h>"
  291. echo >>mathieeesingbas.h "#ifdef __SUPPORTS_PRAGMAS__"
  292. echo >>mathieeesingbas.h "extern struct Library **MathIeeeSingBasBase;"
  293. echo >>mathieeesingbas.h "#include <pragmas/mathieeesingbas_pragmas.h>"
  294. echo >>mathieeesingbas.h "#endif*n#endif"
  295. echo  >mathieeesingtrans.h "/** $VER: proto/mathieeesingtrans.h 1.0 (17.4.93) **/"
  296. echo >>mathieeesingtrans.h "#ifndef MATHIEEESINGTRANS_PROTO_H"
  297. echo >>mathieeesingtrans.h "#define MATHIEEESINGTRANS_PROTO_H 1"
  298. echo >>mathieeesingtrans.h "#include <pragmas/config.h>"
  299. echo >>mathieeesingtrans.h "#include <exec/types.h>"
  300. echo >>mathieeesingtrans.h "#include <clib/mathieeesingtrans_protos.h>"
  301. echo >>mathieeesingtrans.h "#ifdef __SUPPORTS_PRAGMAS__"
  302. echo >>mathieeesingtrans.h "extern struct Library **MathIeeeSingTransBase;"
  303. echo >>mathieeesingtrans.h "#include <pragmas/mathieeesingtrans_pragmas.h>"
  304. echo >>mathieeesingtrans.h "#endif*n#endif"
  305. echo  >mathtrans.h "/** $VER: proto/mathtrans.h 1.0 (17.4.93) **/"
  306. echo >>mathtrans.h "#ifndef MATHTRANS_PROTO_H"
  307. echo >>mathtrans.h "#define MATHTRANS_PROTO_H 1"
  308. echo >>mathtrans.h "#include <pragmas/config.h>"
  309. echo >>mathtrans.h "#include <exec/types.h>"
  310. echo >>mathtrans.h "#include <clib/mathtrans_protos.h>"
  311. echo >>mathtrans.h "#ifdef __SUPPORTS_PRAGMAS__"
  312. echo >>mathtrans.h "extern struct Library **MathTransBase;"
  313. echo >>mathtrans.h "#include <pragmas/mathtrans_pragmas.h>"
  314. echo >>mathtrans.h "#endif*n#endif"
  315. echo  >misc.h "/** $VER: proto/misc.h 1.0 (17.4.93) **/"
  316. echo >>misc.h "#ifndef MISC_PROTO_H"
  317. echo >>misc.h "#define MISC_PROTO_H 1"
  318. echo >>misc.h "#include <pragmas/config.h>"
  319. echo >>misc.h "#include <exec/types.h>"
  320. echo >>misc.h "#include <clib/misc_protos.h>"
  321. echo >>misc.h "#ifdef __SUPPORTS_PRAGMAS__"
  322. echo >>misc.h "extern struct Library **MiscBase;"
  323. echo >>misc.h "#include <pragmas/misc_pragmas.h>"
  324. echo >>misc.h "#endif*n#endif"
  325. echo  >potgo.h "/** $VER: proto/potgo.h 1.0 (17.4.93) **/"
  326. echo >>potgo.h "#ifndef POTGO_PROTO_H"
  327. echo >>potgo.h "#define POTGO_PROTO_H 1"
  328. echo >>potgo.h "#include <pragmas/config.h>"
  329. echo >>potgo.h "#include <exec/types.h>"
  330. echo >>potgo.h "#include <clib/potgo_protos.h>"
  331. echo >>potgo.h "#ifdef __SUPPORTS_PRAGMAS__"
  332. echo >>potgo.h "extern struct Library **PotgoBase;"
  333. echo >>potgo.h "#include <pragmas/potgo_pragmas.h>"
  334. echo >>potgo.h "#endif*n#endif"
  335. echo  >ramdrive.h "/** $VER: proto/ramdrive.h 1.0 (17.4.93) **/"
  336. echo >>ramdrive.h "#ifndef RAMDRIVE_PROTO_H"
  337. echo >>ramdrive.h "#define RAMDRIVE_PROTO_H 1"
  338. echo >>ramdrive.h "#include <pragmas/config.h>"
  339. echo >>ramdrive.h "#include <exec/types.h>"
  340. echo >>ramdrive.h "#include <clib/ramdrive_protos.h>"
  341. echo >>ramdrive.h "#ifdef __SUPPORTS_PRAGMAS__"
  342. echo >>ramdrive.h "extern struct Library **RamdriveDevice;"
  343. echo >>ramdrive.h "#include <pragmas/ramdrive_pragmas.h>"
  344. echo >>ramdrive.h "#endif*n#endif"
  345. echo  >rexxsyslib.h "/** $VER: proto/rexxsyslib.h 1.0 (17.4.93) **/"
  346. echo >>rexxsyslib.h "#ifndef REXXSYSLIB_PROTO_H"
  347. echo >>rexxsyslib.h "#define REXXSYSLIB_PROTO_H 1"
  348. echo >>rexxsyslib.h "#include <pragmas/config.h>"
  349. echo >>rexxsyslib.h "#include <exec/types.h>"
  350. echo >>rexxsyslib.h "#include <clib/rexxsyslib_protos.h>"
  351. echo >>rexxsyslib.h "#ifdef __SUPPORTS_PRAGMAS__"
  352. echo >>rexxsyslib.h "extern struct Library **RexxSysBase;"
  353. echo >>rexxsyslib.h "#include <pragmas/rexxsyslib_pragmas.h>"
  354. echo >>rexxsyslib.h "#endif*n#endif"
  355. echo  >timer.h "/** $VER: proto/timer.h 1.0 (17.4.93) **/"
  356. echo >>timer.h "#ifndef TIMER_PROTO_H"
  357. echo >>timer.h "#define TIMER_PROTO_H 1"
  358. echo >>timer.h "#include <pragmas/config.h>"
  359. echo >>timer.h "#include <exec/types.h>"
  360. echo >>timer.h "#include <clib/timer_protos.h>"
  361. echo >>timer.h "#ifdef __SUPPORTS_PRAGMAS__"
  362. echo >>timer.h "extern struct Library **TimerBase;"
  363. echo >>timer.h "#include <pragmas/timer_pragmas.h>"
  364. echo >>timer.h "#endif*n#endif"
  365. echo  >translator.h "/** $VER: proto/translator.h 1.0 (17.4.93) **/"
  366. echo >>translator.h "#ifndef TRANSLATOR_PROTO_H"
  367. echo >>translator.h "#define TRANSLATOR_PROTO_H 1"
  368. echo >>translator.h "#include <pragmas/config.h>"
  369. echo >>translator.h "#include <exec/types.h>"
  370. echo >>translator.h "#include <clib/translator_protos.h>"
  371. echo >>translator.h "#ifdef __SUPPORTS_PRAGMAS__"
  372. echo >>translator.h "extern struct Library **TranslatorBase;"
  373. echo >>translator.h "#include <pragmas/translator_pragmas.h>"
  374. echo >>translator.h "#endif*n#endif"
  375. echo  >utility.h "/** $VER: proto/utility.h 1.0 (17.4.93) **/"
  376. echo >>utility.h "#ifndef UTILITY_PROTO_H"
  377. echo >>utility.h "#define UTILITY_PROTO_H 1"
  378. echo >>utility.h "#include <pragmas/config.h>"
  379. echo >>utility.h "#include <exec/types.h>"
  380. echo >>utility.h "#include <clib/utility_protos.h>"
  381. echo >>utility.h "#ifdef __SUPPORTS_PRAGMAS__"
  382. echo >>utility.h "extern struct Library **UtilityBase;"
  383. echo >>utility.h "#include <pragmas/utility_pragmas.h>"
  384. echo >>utility.h "#endif*n#endif"
  385. echo  >wb.h "/** $VER: proto/wb.h 1.0 (17.4.93) **/"
  386. echo >>wb.h "#ifndef WB_PROTO_H"
  387. echo >>wb.h "#define WB_PROTO_H 1"
  388. echo >>wb.h "#include <pragmas/config.h>"
  389. echo >>wb.h "#include <exec/types.h>"
  390. echo >>wb.h "#include <clib/wb_protos.h>"
  391. echo >>wb.h "#ifdef __SUPPORTS_PRAGMAS__"
  392. echo >>wb.h "extern struct Library **WorkbenchBase;"
  393. echo >>wb.h "#include <pragmas/wb_pragmas.h>"
  394. echo >>wb.h "#endif*n#endif"
  395.